home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / PSDEXPOSUREEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.4 KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="PsdExposureEffect: exposure adjustment">
  3.     <description>
  4.         PsdExposureEffect adjusts the exposure of an image. The function is made
  5.         up of three properties (exposure, offset and gamma). These properties
  6.         are applied to all three RGB color channels. Alpha is not affected.
  7.         
  8.         Additionally, there is a property that informs the effect of the nature
  9.         of the color data of the image, that is, the relationship between the pixel
  10.         values and a linear-energy domain. This property is called ImageGamma,
  11.         and should be used to define the type of pixel data, and should not be used
  12.         as an adjustment parameter. Typically, the ImageGamma value is obtained from
  13.         the RGB working space associated with the image. Common values are 1.0, 1.8 or 2.2.
  14.     </description>
  15.     
  16.     <property name="Exposure"  type="float" default="0.0" label="Exposure">
  17.         <range min="-20.0" max="20.0"/>
  18.     </property>
  19.     <property name="Offset"  type="float" default="0.0" label="Offset">
  20.         <range min="-0.5" max="0.5"/>
  21.     </property>
  22.     <property name="Gamma"  type="float" default="1.0" label="Gamma">
  23.         <range min="0.01" max="9.99"/>
  24.     </property>
  25.     <property name="ImageGamma"  type="float" default="2.2" label="Image Gamma">
  26.         <range min="1.0" max="9.99"/>
  27.     </property>
  28. </effect>
  29.